home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TCERTVIEWFORM / TCERTVIEWFORM.txt
Text File  |  2004-10-12  |  4KB  |  168 lines

  1. object CertViewForm: TCertViewForm
  2.   Left = 160
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = 'Certificate'
  6.   ClientHeight = 433
  7.   ClientWidth = 522
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 522
  24.     Height = 393
  25.     ActivePage = tsGeneral
  26.     Align = alTop
  27.     TabOrder = 0
  28.     object tsGeneral: TTabSheet
  29.       Caption = 'General'
  30.       object htmlPanel: TPanel
  31.         Left = 0
  32.         Top = 0
  33.         Width = 514
  34.         Height = 365
  35.         Align = alClient
  36.         BevelOuter = bvNone
  37.         BorderWidth = 9
  38.         TabOrder = 0
  39.         object htmlAuxPanel: TPanel
  40.           Left = 9
  41.           Top = 9
  42.           Width = 496
  43.           Height = 312
  44.           Align = alTop
  45.           BevelOuter = bvNone
  46.           BorderStyle = bsSingle
  47.           TabOrder = 0
  48.         end
  49.         object bAddToAddrBook: TButton
  50.           Left = 16
  51.           Top = 332
  52.           Width = 161
  53.           Height = 25
  54.           Caption = 'Add to Address Book'
  55.           TabOrder = 1
  56.           OnClick = bAddToAddrBookClick
  57.         end
  58.       end
  59.     end
  60.     object tsDetails: TTabSheet
  61.       Caption = 'Details'
  62.       object lvDetails: TListView
  63.         Left = 8
  64.         Top = 8
  65.         Width = 500
  66.         Height = 217
  67.         Columns = <
  68.           item
  69.             Caption = 'Field'
  70.             Width = 200
  71.           end
  72.           item
  73.             Caption = 'Value'
  74.             Width = -2
  75.             WidthType = (
  76.               -2)
  77.           end>
  78.         ReadOnly = True
  79.         RowSelect = True
  80.         TabOrder = 0
  81.         ViewStyle = vsReport
  82.         OnChange = lvDetailsChange
  83.         OnClick = lvDetailsClick
  84.       end
  85.       object mDetails: TMemo
  86.         Left = 8
  87.         Top = 232
  88.         Width = 500
  89.         Height = 124
  90.         ReadOnly = True
  91.         TabOrder = 1
  92.       end
  93.     end
  94.     object tsPath: TTabSheet
  95.       Caption = 'Certification Path'
  96.       object lStatus: TLabel
  97.         Left = 8
  98.         Top = 264
  99.         Width = 78
  100.         Height = 13
  101.         Caption = 'Certificate status'
  102.         FocusControl = mStatus
  103.       end
  104.       object gbPath: TGroupBox
  105.         Left = 8
  106.         Top = 8
  107.         Width = 497
  108.         Height = 241
  109.         Caption = 'Certification Path'
  110.         TabOrder = 0
  111.         object bView: TButton
  112.           Left = 408
  113.           Top = 208
  114.           Width = 83
  115.           Height = 25
  116.           Caption = 'View'
  117.           Enabled = False
  118.           TabOrder = 0
  119.           OnClick = bViewClick
  120.         end
  121.         object tvPath: TTreeView
  122.           Left = 8
  123.           Top = 16
  124.           Width = 481
  125.           Height = 185
  126.           Indent = 19
  127.           ReadOnly = True
  128.           ShowButtons = False
  129.           ShowRoot = False
  130.           TabOrder = 1
  131.           OnChange = tvPathChange
  132.           OnClick = tvPathClick
  133.           OnCollapsing = tvPathCollapsing
  134.           OnDblClick = tvPathDblClick
  135.         end
  136.         object bAddTrustedRoot: TButton
  137.           Left = 16
  138.           Top = 208
  139.           Width = 153
  140.           Height = 25
  141.           Caption = 'Add to Trusted'
  142.           TabOrder = 2
  143.           OnClick = bAddTrustedRootClick
  144.         end
  145.       end
  146.       object mStatus: TMemo
  147.         Left = 8
  148.         Top = 280
  149.         Width = 497
  150.         Height = 76
  151.         ReadOnly = True
  152.         TabOrder = 1
  153.       end
  154.     end
  155.   end
  156.   object bOK: TButton
  157.     Left = 416
  158.     Top = 400
  159.     Width = 99
  160.     Height = 25
  161.     Cancel = True
  162.     Caption = 'OK'
  163.     Default = True
  164.     ModalResult = 1
  165.     TabOrder = 1
  166.   end
  167. end
  168.